home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / misc / PowerInstaller.lha / PowerInstaller / DemoScripts / error.script < prev    next >
Encoding:
Text File  |  1998-09-23  |  459 b   |  22 lines

  1. BeginGUI "Error Demo"
  2.   Message "When you'll press the Next button"
  3.   Message "PowerInstaller will encounter a  "
  4.   Message "non supported keyword (CreateError)."
  5.   Message ""
  6.   Message "Anyway, you'll be able to continue"
  7.   Message "the installation process."
  8.  
  9. EndGUI
  10.  
  11. BeginGUI "Error is here!"
  12.  
  13.   Message "As you can see, the installation"
  14.   Message "process is not stopped :-)"
  15.  
  16.   Gadgets NOPREV NOCANCEL
  17.  
  18.   CreateError
  19.  
  20.   Set Gadget_Next "Finish!"
  21. EndGUI
  22.